home *** CD-ROM | disk | FTP | other *** search
- (* :Title: Continuous-time Piecewise Convolution Rule Base *)
-
- (* :Authors: Kevin West and Brian Evans *)
-
- (*
- :Summary: To take the convolution of two piecewise-defined
- functions and return another piecewise-defined function.
- *)
-
- (* :Context: *)
-
- (* :PackageVersion: 2.7 *)
-
- (*
- :Copyright: Copyright 1990-1991 by Brian L. Evans
- Georgia Tech Research Corporation
-
- Permission to use, copy, modify, and distribute this software
- and its documentation for any purpose and without fee is
- hereby granted, provided that the above copyright notice
- appear in all copies and that both that copyright notice and
- this permission notice appear in supporting documentation,
- and that the name of the Georgia Tech Research Corporation,
- Georgia Tech, or Georgia Institute of Technology not be used
- in advertising or publicity pertaining to distribution of the
- software without specific, written prior permission. Georgia
- Tech makes no representations about the suitability of this
- software for any purpose. It is provided "as is" without
- express or implied warranty.
- *)
-
- (* :History: *)
-
- (* :Keywords: *)
-
- (* :Source: *)
-
- (* :Warning: *)
-
- (* :Mathematica Version: 1.2 or 2.0 *)
-
- (* :Limitation: *)
-
- (*
- :Discussion: This is simply a stub to retain compatibility with
- previous releases of the signal processing packages.
- *)
-
- Convolution::changed =
- "The Convolution package now resides in the context \
- SignalProcessing`Support`"
-
- Message[ Convolution::changed ]
-
- Needs[ "SignalProcessing`Support`Convolution`" ]
-
- Convolution::changed = .
-
- Null
-